@media screen and (min-width: 992px) {
    .section-m02--podcast .layer-front {
      height: 100%;
    }
  }
  .section-m02--podcast .layer-front::after {
    left: 0;
    transform: none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 170px) 100%, 0 100%);
  }
  @media screen and (min-width: 992px) {
  .section-m02--podcast .layer-bg {
    width: calc(100% - 455px);
    margin-left: auto;
  }
}
  .section-m02--podcast .section-m02__big-title h1 {
    font-size: 40px;
  }
  @media screen and (min-width: 576px) {
    .section-m02--podcast .section-m02__big-title h1 {
      font-size: 50px;
    }
  }
  @media screen and (min-width: 768px) {
    .section-m02--podcast .section-m02__big-title h1 {
      font-size: 60px;
    }
  }
  @media screen and (min-width: 992px) {
    .section-m02--podcast .section-m02__big-title h1 {
      font-size: 70px;
    }
  }
  .section-m02--podcast .section-m02__podcast-link {
    height: 40px;
  }
  .section-m02--podcast .section-m02__podcast-link img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  
  .section-m08--text-podcast .text-podcast-content p {
    font-size: 20px;
  }
  @media screen and (min-width: 576px) {
    .section-m08--text-podcast .text-podcast-content p {
      font-size: 25px;
    }
  }
  .section-m08--text-podcast .text-podcast-content h2, .section-m08--text-podcast .text-podcast-content h3, .section-m08--text-podcast .text-podcast-content h4 {
    color: var(--blue);
    font-weight: 700;
  }
  @media screen and (min-width: 576px) {
    .section-m08--text-podcast .text-podcast-content h2, .section-m08--text-podcast .text-podcast-content h3, .section-m08--text-podcast .text-podcast-content h4 {
      font-size: 31px;
    }
  }
  .section-m08--text-podcast .text-podcast-content a {
    display: block;
    font-size: 20px;
    margin-top: 1rem;
    color: var(--blue-grey);
  }
  @media screen and (min-width: 576px) {
    .section-m08--text-podcast .text-podcast-content a {
      font-size: 25px;
    }
  }
  .section-m08--text-podcast .text-podcast-content a:visited {
    color: var(--blue-grey);
  }
  .section-m08--text-podcast .text-podcast-content img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1150/535;
  }
  .section-m08--text-podcast .text-podcast-content li {
    font-size: 20px;
  }
  @media screen and (min-width: 576px) {
    .section-m08--text-podcast .text-podcast-content li {
      font-size: 25px;
    }
  }
  
  .text-podcast-content__blocked {
      position: relative;
      max-height: 1050px;
      overflow: hidden;
  }
  .text-podcast-content__blocked:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }
  
  .section-m29--podcast iframe {
    min-height: 400px;
  }
  
  .section-m71 .image-container {
    padding: 0 0 0 2rem;
  }
  @media screen and (min-width: 1200px) {
    .section-m71 .image-container {
      padding: 0 0 2.5rem 2.5rem;
    }
  }
  .section-m71 .image-container img {
    width: 100%;
    aspect-ratio: 510/670;
    object-fit: cover;
  }
  .section-m71 .cite-container {
    background: var(--primary);
    position: relative;
    margin-top: -4rem;
    margin-right: 2.5rem;
  }
  @media screen and (min-width: 1200px) {
    .section-m71 .cite-container {
      position: absolute;
      margin-top: 0;
      bottom: 0;
      left: 0;
    }
  }
  .section-m71 .cite-container cite {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--light-blue);
    font-style: normal;
  }
  
  .section-m72 iframe {
    width: 100%;
  }
  .section-m72 .content-column {
    padding-right: 76px;
  }
  .section-m72 .episode-number {
    background: var(--medium-blue-1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  @media screen and (min-width: 1400px) {
    .section-m72 .episode-number {
      transform: translate(100%, 0);
    }
  }
  .section-m72 .episode-number p {
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
  }
  @media screen and (min-width: 576px) {
    .section-m72 .episode-number p {
      font-size: 35px;
    }
  }
  @media screen and (min-width: 768px) {
    .section-m72 .episode-number p {
      font-size: 39px;
    }
  }
  .section-m72__description {
    font-size: 20px;
  }
  
  .section-73 .card-podcast-series__img {
    width: 100%;
    aspect-ratio: 1;
  }
  @media screen and (min-width: 576px) {
    .section-73 .card-podcast-series__img {
      height: 100%;
      width: 200px;
    }
  }
  @media screen and (min-width: 768px) {
    .section-73 .card-podcast-series__img {
      width: 282px;
    }
  }
  @media screen and (min-width: 992px) {
    .section-73 .card-podcast-series__img {
      width: 180px;
    }
  }
  @media screen and (min-width: 1200px) {
    .section-73 .card-podcast-series__img {
      width: 282px;
    }
  }
  .section-73 .card-podcast-series__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .section-73 .cards-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  @media screen and (min-width: 992px) {
    .section-73 .cards-container {
      grid-template-columns: 1fr 1fr;
    }
  }
  .card-story .image--large {
    height: 298px;
  }